Clone Dataset Item

Request
path Parameters
id
required
string
datasetId
required
string
Request Body schema: application/json
targetDatasetId
required
string

Target dataset id

remoteFileName
string

path at target dataset

metadata
object (Dictionary)
required
object (CloneDatasetParams)
allowMany
boolean
Default: "false"

allow multiple copies of the same source item

property name*
additional property
any
Responses
200

Ok

post/datasets/{datasetId}/items/{id}/clone
Request samples
application/json
{
  • "targetDatasetId": "string",
  • "remoteFileName": "string",
  • "metadata": {
    },
  • "cloneDatasetParams": {
    },
  • "allowMany": "false"
}
Response samples
application/json
{
  • "id": "string",
  • "url": "string",
  • "status": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "type": "string",
  • "error": "string",
  • "progress": 0,
  • "spec": {
    },
  • "report": {
    }
}